ActiveReports 9
ListenCollection<TModel,TValue>(TModel,Expression<Func<TModel,TValue>>,Action<NotifyCollectionChangedEventArgs>) Method

Performs specific action on particular CollectionChanged event
Syntax
'Declaration
 
Public Overloads Shared Function ListenCollection
    (Of TModel As {Class, System.ComponentModel.INotifyPropertyChanged},
     TValue As {Class, INotifyCollectionChanged})( _
   ByVal model As TModel, _
   ByVal getter1 As System.Linq.Expressions.Expression(Of Func(Of TModel,TValue)), _
   ByVal action As System.Action(Of NotifyCollectionChangedEventArgs) _
) As System.IDisposable
public static System.IDisposable ListenCollection<TModel,TValue>( 
   TModel model,
   System.Linq.Expressions.Expression<Func<TModel,TValue>> getter1,
   System.Action<NotifyCollectionChangedEventArgs> action
)
where TModel: class, System.ComponentModel.INotifyPropertyChanged
where TValue: class, INotifyCollectionChanged

Parameters

model
getter1
action

Type Parameters

TModel
TValue
See Also

Reference

ActiveModelListenExtensions Class
ActiveModelListenExtensions Members
Overload List

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum